/* jquery.hiSlider.css */
.hiSlider2 { overflow: hidden; height: 735px; }
.hiSlider4 { width: 1122px; height: 432px; }
.hiSlider-pages, .hiSlider-title { position: absolute; z-index: 3; }
.hiSlider-btn-prev, .hiSlider-btn-next { position: absolute; z-index: 5; top: 50%; height: 30px; width: 30px; background: url(../images/hislider-arrow.png) no-repeat; margin-top: -15px; text-indent: -200px; overflow: hidden; opacity: .6;  filter:alpha(opacity:60);
display: none; }
.hiSlider-btn-prev { left: 10px; }
.hiSlider-btn-next { right: 10px; background-position: -30px 0; }
.hiSlider-btn-prev:hover, .hiSlider-btn-next:hover { opacity: 1;  filter:alpha(opacity:100);
}
.hiSlider-title { bottom: 0; width: 100%; padding: 10px 0; color: #fff; text-indent: 10px; background: #ff0029; z-index: 2; font: 18px "Microsoft YaHei", "Arial", "Tahoma" }
.hiSlider-pages { bottom: 15px; right: 7px; text-align: right; }
.hiSlider-pages a { height: 15px; width: 15px; margin: 0 4px; display: inline-block; overflow: hidden; text-indent: -100px; font-size: 0; /* border-radius: 50%;*/
background: #fff; }
.hiSlider-pages a.active { background: #4070ff; }
.hiSlider img { display: block; margin: 0 auto; /*width:100%;*/
}
